neworder( if(isset($_POST['submit'])) { $name = trim($_POST['names']); $title = trim($_POST['title']); //$nick = trim($_POST['nick']); //$gen = trim($_POST['gender']); $emails = trim($_POST['emails']); $phone = trim($_POST['phone']); $country = trim($_POST['country']); $ans = trim($_POST['ans']); if($ans == '20') { if($member->application( $title,$name,$phone,$emails,$country)) { ?>